home *** CD-ROM | disk | FTP | other *** search
/ Amiga GIGA Graphic / Amiga GIGA Graphic CDs 1-4 (1994)(Geuther)(Disc 3 of 4)[!].iso / rush / scripts / terminusupload.rexx < prev    next >
OS/2 REXX Batch file  |  1993-07-11  |  111b  |  13 lines

  1. /*
  2. **
  3. */
  4.  
  5. address "TERMINUS1"
  6. options results
  7.  
  8. parse arg file .
  9.  
  10. file=strip(file, 'B', '"')
  11.  
  12. 'upload "'file'"'
  13.